Papers with recurrent neural network

35 papers
Attention is not not Explanation (D19-1)

Copied to clipboard

Challenge: Attention mechanisms play a central role in NLP systems, especially within recurrent neural network (RNN) models.
Approach: They propose to use a simple uniform-weights baseline, a variance calibration and a diagnostic framework to determine when/whether attention can be used as explanation in RNN models.
Outcome: The proposed tests show that even reliable adversarial distributions don't perform well on the simple diagnostic, indicating that prior work does not disprove the usefulness of attention mechanisms for explainability.
Sampling Informative Training Data for RNN Language Models (P18-3)

Copied to clipboard

Challenge: Existing methods for selecting training data for recurrent neural network language models are limited by computational costs.
Approach: They propose an unsupervised importance sampling approach to selecting training data for recurrent neural network (RNN) language models.
Outcome: The proposed approach outperforms models trained on the Billion Word and Wikitext-103 benchmark corpora.
Deep Bayesian Natural Language Processing (P19-4)

Copied to clipboard

Challenge: Introduction to deep Bayesian learning for natural language addresses the fundamentals of statistical models and neural networks.
Approach: This tutorial addresses the advances in deep Bayesian learning for natural language . it focuses on advanced Bayessian models and deep models . authors present case studies and domain applications to tackle different issues .
Outcome: This tutorial focuses on advanced Bayesian models and deep models for natural language . case studies and domain applications are presented to tackle different issues in deep Bayessian processing, learning and understanding.
Identifying Emergent Research Trends by Key Authors and Phrases (C18-1)

Copied to clipboard

Challenge: Existing methods to identify emergent research trends have been employed to generate corpora of large corporata.
Approach: They propose an embedded trend detection framework which integrates hypothesis that important phrases are written by important authors within a field and vice versa.
Outcome: The proposed framework outperforms baselines based on text centrality or citations over two large datasets of scientific articles.
Neural Finite-State Transducers: Beyond Rational Relations (N19-1)

Copied to clipboard

Challenge: a finite state transducer defines joint and conditional probability distributions over strings . a weighted finite-state transducers can only model certain functions, known as the rational relations .
Approach: They propose a family of string transduction models defining joint and conditional probability distributions over pairs of strings.
Outcome: The proposed models are more powerful than previous finite-state models with neural features.
PyOpenDial: A Python-based Domain-Independent Toolkit for Developing Spoken Dialogue Systems with Probabilistic Rules (D19-3)

Copied to clipboard

Challenge: a recent development of spoken dialogue systems has enabled deep learning to achieve state-of-the-art performance.
Approach: They propose a Python-based domain-independent, open-source toolkit for spoken dialogue systems.
Outcome: The proposed toolkit extends OpenDial's Java-based architecture and provides new functions for neural dialogue state tracking and action planning.
A Lexicon-Based Supervised Attention Model for Neural Sentiment Analysis (C18-1)

Copied to clipboard

Challenge: Existing attention models do not take full advantage of sentiment lexicons, which provide rich sentiment information and play a critical role in sentiment analysis.
Approach: They propose a lexicon-based supervised attention model which allows a neural network to focus on the sentiment content, thus generating sentiment-informative representations.
Outcome: The proposed model outperforms existing models on three large-scale sentiment classification datasets.
Nested Named Entity Recognition Revisited (N18-1)

Copied to clipboard

Challenge: Existing methods for named entity recognition and mention detection ignore nested entities along with any semantic relations between them.
Approach: They propose a recurrent neural network-based approach to handle named entity recognition and nested entity mention detection simultaneously.
Outcome: The proposed model outperforms state-of-the-art methods on three standard datasets.
Refining Source Representations with Relation Networks for Neural Machine Translation (C18-1)

Copied to clipboard

Challenge: Existing neural machine translation frameworks that forget distant information and disregard relationship between source and target words are not effective.
Approach: They propose to use relation networks to learn better representations of the source . they propose to associate source words with each other to help retain their relationships .
Outcome: Experiments show that the proposed approach outperforms the encoder-decoder framework on several datasets.
The SOFC-Exp Corpus and Neural Approaches to Information Extraction in the Materials Science Domain (2020.acl-main)

Copied to clipboard

Challenge: Using BERT embeddings leads to large performance gains, but with increasing task complexity, adding a recurrent neural network seems beneficial.
Approach: They propose an annotation scheme for marking information on publications related to solid oxide fuel cells . they propose to use a recurrent neural network to solve a variety of tasks .
Outcome: The proposed scheme is based on a corpus of 45 open-access scholarly articles and a neural network for a variety of tasks.
Modeling Recurrence for Transformer (N19-1)

Copied to clipboard

Challenge: Existing studies show that the lack of recurrence modeling hinders the development of a translation model.
Approach: They propose to model recurrence for Transformer with an additional recurrent encoder.
Outcome: The proposed model outperforms the deep model on EnglishGerman and ChineseEnglish translation tasks.
Learning to Organize a Bag of Words into Sentences with Neural Networks: An Empirical Study (2021.naacl-main)

Copied to clipboard

Challenge: Existing approaches to encode natural languages without orders are lacking.
Approach: They conduct a comprehensive analysis of the ability of neural models to organize sentences from a bag of words under three typical scenarios.
Outcome: The proposed models can reorder or reconstruct sentences from a bag of words under three typical scenarios.
Detecting Cybersecurity Events from Noisy Short Text (N19-1)

Copied to clipboard

Challenge: Using domain-specific word embeddings, we propose a method to detect cyber security events from noisy short text.
Approach: They propose a method that leverages domain-specific word embeddings and task-specific features to detect cyber security events from tweets.
Outcome: The proposed model outperforms both baselines and traditional models on a dataset of 2K tweets and manually annotates them.
Recurrent Positional Embedding for Neural Machine Translation (D19-1)

Copied to clipboard

Challenge: Existing translation systems that use positional embeddings only encode static order dependencies based on discrete numerical information, which may hinder the improvement of translation capacity.
Approach: They propose a recurrent positional embedding approach based on word vectors that are learned by a neural network and integrated into existing multi-head self-attention models.
Outcome: The proposed approach improves translation performance over the state-of-the-art Transformer baseline in English-to-German and NIST Chinese-to English translation tasks.
Training-free Neural Architecture Search for RNNs and Transformers (2023.acl-long)

Copied to clipboard

Challenge: Neural architecture search (NAS) has allowed for the automatic creation of new and effective neural network architectures.
Approach: They develop a new NAS metric that predicts the trained performance of an RNN architecture and significantly outperforms existing NAS metrics.
Outcome: The proposed metric outperforms existing training-free metrics on the NAS-Bench-NLP benchmark.
On the Embeddings of Variables in Recurrent Neural Networks for Source Code (2021.naacl-main)

Copied to clipboard

Challenge: Source code processing heavily relies on the methods widely used in natural language processing (NLP) but requires specifics that need to be taken into account to achieve higher quality.
Approach: They propose a recurrent mechanism that adjusts the learned semantics of a variable when it obtains more information about the variable’s role in the program.
Outcome: The proposed method significantly improves the performance of the recurrent neural network, in code completion and bug fixing tasks.
Disconnected Recurrent Neural Networks for Text Categorization (P18-1)

Copied to clipboard

Challenge: Recurrent neural network (RNN) can model the entire sequence and capture long-term dependencies, but it does not do well in extracting key patterns.
Approach: They propose a novel model which incorporates position-invariance into RNN and restricts the hidden state at each time step to represent words near the current position.
Outcome: The proposed model improves on several benchmark datasets and achieves the best performance on several datasets.
Attacking Visual Language Grounding with Adversarial Examples: A Case Study on Neural Image Captioning (P18-1)

Copied to clipboard

Challenge: Visual language grounding is widely studied in modern neural image captioning systems . a novel algorithm for crafting adversarial examples in image captions is proposed .
Approach: They propose an algorithm to craft adversarial examples in machine vision and perception . their approach provides two evaluation approaches to check if they can mislead systems .
Outcome: The proposed algorithm can craft visually-similar adversarial examples with randomly targeted captions or keywords, and the results are transferable to other image captioning systems.
Automated Discovery of Mathematical Definitions in Text (2020.lrec-1)

Copied to clipboard

Challenge: a recent study shows that definition extraction is inefficient for one-sentence definitions . definitions are used in many automatic text analysis tasks, including ontology matching and construction .
Approach: They propose to use convolutional neural network and recurrent neural network to identify mathematical definitions from one sentence.
Outcome: The proposed dataset shows that deep learning methods can identify definitions from mathematical texts.
VCWE: Visual Character-Enhanced Word Embeddings (N19-1)

Copied to clipboard

Challenge: Currently, word embeddings are playing a pivotal role in many natural language processing tasks.
Approach: They propose a model to learn Chinese word embeddings via three-level composition . they use convolutional neural network to extract intra-character compositionality from character shape .
Outcome: The proposed model performs better on word similarity, sentiment analysis, named entity recognition and part-of-speech tagging tasks.
Semantic graph parsing with recurrent neural network DAG grammars (D19-1)

Copied to clipboard

Challenge: Semantic parsing is the task of mapping natural language to machine interpretable meaning representations.
Approach: They propose a graph-aware sequence model that generates only well-formed graphs . their model is based on a multilingual semantic graphbank .
Outcome: The proposed model yields competitive results in English and establishes the first results for German, Italian and Dutch.
Influence Paths for Characterizing Subject-Verb Number Agreement in LSTM Language Models (2020.acl-main)

Copied to clipboard

Challenge: LSTMs can capture syntactic rules in artificial languages, but it is unclear whether they are as capable in natural languages.
Approach: They propose a causal account of structural properties as carried by paths across gates and neurons of a recurrent neural network that localizes and segments the concept into a set of gate or neuron-level paths.
Outcome: The proposed model improves on a widely-studied multi-layer LSTM language model showing that it can learn subject-verb number agreement in English.
Learning Universal Sentence Representations with Mean-Max Attention Autoencoder (D18-1)

Copied to clipboard

Challenge: Existing methods to learn universal sentence representations focus on supervised learning.
Approach: They propose a mean-max attention autoencoder that uses a multi-head mechanism to reconstruct the input sequence.
Outcome: The proposed model outperforms state-of-the-art unsupervised single methods on a wide range of 10 transfer tasks.
Direct Output Connection for a High-Rank Language Model (D18-1)

Copied to clipboard

Challenge: Neural network language models have played a central role in recent natural language processing advances.
Approach: They propose a recurrent neural network language model that combines probability distributions computed from a final RNN layer and also middle layers.
Outcome: The proposed language model achieves the best score on the Penn Treebank and WikiText-2 benchmark datasets.
Recurrent Neural Language Models as Probabilistic Finite-state Automata (2023.emnlp-main)

Copied to clipboard

Challenge: Existing studies have focused on the expressive power of recurrent neural network LMs to recognize unweighted formal languages.
Approach: They propose to model a strict subset of probabilistic finite-state automata with RNNs . they show that an RNN requires left(N ||right) neurons to represent an LM .
Outcome: The proposed language models can represent a strict subset of probabilistic distributions expressed by finite-state models.
Neural Automated Essay Scoring Incorporating Handcrafted Features (2020.coling-main)

Copied to clipboard

Challenge: Automated essay scoring (AES) relies on handcrafted features, but recent studies have proposed a hybrid method that integrates handcrafted essay-level features into a DNN-AES model.
Approach: They propose a method that integrates handcrafted features into a DNN-AES model.
Outcome: The proposed method significantly improves the accuracy of existing methods.
Dependency-based Mixture Language Models (2022.acl-long)

Copied to clipboard

Challenge: Existing models to incorporate syntactic structures into neural language models have relied heavily on elaborate components for a specific language model, which makes them unwieldy in practice to fit into other models.
Approach: They propose a dependency-based mixture language model that incorporates syntactic structures into neural language models by mixing previous dependency modeling probabilities with self-attention.
Outcome: The proposed method can be easily and effectively applied to different neural language models while improving neural text generation on various tasks.
Mama/Papa, Is this Text for Me? (2020.coling-main)

Copied to clipboard

Challenge: Existing methods to predict minimal age from which text can be understood for children are unresolved in computational linguistics.
Approach: They propose a method which predicts the minimum age from which a text can be understood by a recurrent neural network.
Outcome: The proposed method outperforms state-of-the-art models at sentence and text levels and achieves mean absolute errors of 1.86 and 2.28.
Linguistic Versus Latent Relations for Modeling Coherent Flow in Paragraphs (D19-1)

Copied to clipboard

Challenge: a novel approach to paragraph planning involves a high-level control of different levels of relations between sentences . a proposed model with both forms of relations outperforms baselines in partially conditioned paragraph generation task .
Approach: They propose two models that integrate human-created and latent relations into document-level language models . they focus on paragraph-level plan between sentences to produce coherent text .
Outcome: The proposed models outperform baselines in partially conditioned paragraph generation task.
Style Transformer: Unpaired Text Style Transfer without Disentangled Latent Representation (P19-1)

Copied to clipboard

Challenge: Disentangling the content and style in the latent space is prevalent in text style transfer . recurrent neural networks (RNN) based encoder and decoder cannot deal with the long-term dependency .
Approach: They propose a style transformer which disentangles style information in latent space . they propose encoding and decoding methods that disentangle style information .
Outcome: The proposed method can achieve better style transfer and better content preservation.
Regularized Context Gates on Transformer for Machine Translation (2020.acl-main)

Copied to clipboard

Challenge: Context gates are effective to control the contributions from the source and target contexts in the recurrent neural network (RNN) based neural machine translation.
Approach: They propose a method to identify source and target contexts and introduce a gate mechanism to control the contributions from source and targets in the advanced Transformer architecture.
Outcome: The proposed model achieves an averaged gain of 1.0 BLEU score over a strong transformer baseline.
Burmese Speech Corpus, Finite-State Text Normalization and Pronunciation Grammars with an Application to Text-to-Speech (2020.lrec-1)

Copied to clipboard

Challenge: Using crowd-sourced speech corpus and finite-state transducer grammars, we build a text-to-speech system for Burmese, a tonal Southeast Asian language from the Sino-Tibetan family.
Approach: They propose an open-source crowd-sourced multi-speaker speech corpus and finite-state grammars for performing grapheme-to-phoneme conversion for Burmese.
Outcome: The proposed system performs well for Burmese in a low-resource setting.
Learning Bidirectional Morphological Inflection like Humans (2024.lrec-main)

Copied to clipboard

Challenge: Recent research has focused on whether neural models can acquire morphological inflection like humans.
Approach: They propose to use a recurrent neural network with attention and the transformer to train a symbolic model under a human-like learning environment to evaluate their models.
Outcome: The proposed models did not accurately inflect verbs in the same manner as humans in terms of morphological inflection direction.
Sequential and Repetitive Pattern Learning for Temporal Knowledge Graph Reasoning (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods to learn temporal evolutional representations of entities are hard to capture the complex temporal patterns such as sequential and repetitive.
Approach: They propose a Sequential and Repetitive Pattern Learning method that captures both sequential and repetitive patterns.
Outcome: The proposed method outperforms state-of-the-art methods on four representative benchmarks on GDELT dataset, where performance improvement of MRR reaches up to 18.84%.
Neural Induction of Finite-State Transducers (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods to construct finite-state transducers by hand are difficult and require domain knowledge and significant human effort.
Approach: They propose a method for automatically constructing unweighted FSTs following the hidden state geometry learned by a recurrent neural network.
Outcome: The proposed method outperforms classical transducer learning algorithms by up to 87% accuracy on held-out test sets.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations